home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / ppc / idxsveng.exe / RCDATA / CABINET / author.idq < prev    next >
Text File  |  1996-08-05  |  2KB  |  63 lines

  1. #
  2. # This is the query file for the author.htm query form.
  3. #
  4.  
  5. [Query]
  6.  
  7. # The CiCatalog variable must point to where the catalog (index) files
  8. # are stored on your system.  You will probably have to change this
  9. # value.
  10.  
  11. CiCatalog=d:\
  12.  
  13. # These are the columns that are referenced in the .htx files
  14. # when formatting output for each hit.
  15.  
  16. CiColumns=filename,size,characterization,vpath,DocTitle,write,DocAuthor
  17.  
  18. # Do a recursive search (ie all directories under CiScope).
  19. # The opposite is SHALLOW
  20.  
  21. CiFlags=DEEP
  22.  
  23. # allow either an author restriction, a free-text restriction, or both
  24.  
  25. CiRestriction=%if TextRestriction ne ""%( %TextRestriction% ) %endif% %if DocAuthorRestriction ne ""% %if TextRestriction ne ""% and %endif% ( @docauthor %DocAuthorRestriction% )%endif% 
  26.  
  27. # Don't allow more than 300 total hits in the result set.  It can be
  28. # expensive for the serer to allow this value to get too large.
  29.  
  30. CiMaxRecordsInResultSet=300
  31.  
  32. # Display 10 hits per page of output
  33.  
  34. CiMaxRecordsPerPage=10
  35.  
  36. # CiScope is the directory (virtual or real) under which results are
  37. # returned.  If a file matches the query but is not in a directory beneath
  38. # CiScope, it is not returned in the result set.
  39. # A scope of / means all hits matching the query are returned.
  40.  
  41. CiScope=/
  42.  
  43. # Choose either the sorted or unsorted version of the format4 .htx file.
  44. # The "4" is passed from the author.htm file so that .htx and simple.idq
  45. # files can be shared with the filesize and filetime examples.
  46. # Sorting by rank can use sequential execution for greater efficiency.
  47. # Remove the check for "Rank" for sorted queries if you'd like to see
  48. # the additional features in the sorted versions of the .htx files.
  49.  
  50. CiTemplate=/scripts/samples/search/%if SortProperty ne "None"%%if SortProperty ne "Rank"%S%endif%%endif%format%CiTemplateChoice%.htx
  51.  
  52. CiSort=%if SortProperty ne "None"%%SortProperty%%SortOrder%%endif%
  53.  
  54. # Setting CiForceUseCi to true means that the index is assumed to be
  55. # up to date, so queries that might otherwise force a walk of the
  56. # directory structure (find files older than X), will instead use
  57. # the index and run more quickly.  Of course, that means that the results
  58. # might miss files that match the query.
  59.  
  60. CiForceUseCi=true
  61.  
  62.  
  63.